From dcfa895b512e3ed522b81b18baf3e33fd78a600c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Mon, 6 Jan 2020 19:04:21 +0100 Subject: chore: use just std instead of ::std in paths (#2049) --- tokio/src/sync/watch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src/sync/watch.rs') diff --git a/tokio/src/sync/watch.rs b/tokio/src/sync/watch.rs index d6b82982..ebcad45c 100644 --- a/tokio/src/sync/watch.rs +++ b/tokio/src/sync/watch.rs @@ -117,7 +117,7 @@ pub mod error { } } - impl ::std::error::Error for SendError {} + impl std::error::Error for SendError {} } #[derive(Debug)] -- cgit v1.2.3