From 53dac7451bbdd527aa91e01653b678547624fc39 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 23 Mar 2022 09:54:22 -0400 Subject: chore: remove all `pub(crate)`s from the cli crate (#14083) --- cli/bench/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/bench/main.rs') diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 9571be72a..0149fb002 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -504,4 +504,4 @@ fn main() -> Result<()> { Ok(()) } -pub(crate) type Result = std::result::Result; +pub type Result = std::result::Result; -- cgit v1.2.3