From 6498b2eecb21ad87069be8f501f35374745106d9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 5 May 2022 19:28:57 +0300 Subject: refactor: drop the subplot::Result type alias Replace subplot::Result with Result. I find this now to be clearer, as I don't need to remind myself which Result is being used where. This should not be a breaking change. Sponsored-by: author --- src/error.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/error.rs') diff --git a/src/error.rs b/src/error.rs index c93141e..f9608a8 100644 --- a/src/error.rs +++ b/src/error.rs @@ -336,9 +336,6 @@ impl SubplotError { } } -/// A result type for this crate. -pub type Result = std::result::Result; - /// A warning, or non-fatal error. /// /// Errors prevent Subplot from producing output. Warnings don't do that. -- cgit v1.2.1