style(lib): use just std instead of ::std in paths (#2101)
				
					
				
			This commit is contained in:
		| @@ -136,7 +136,7 @@ impl Body { | ||||
|     /// | ||||
|     /// ``` | ||||
|     /// # use hyper::Body; | ||||
|     /// let chunks: Vec<Result<_, ::std::io::Error>> = vec![ | ||||
|     /// let chunks: Vec<Result<_, std::io::Error>> = vec![ | ||||
|     ///     Ok("hello"), | ||||
|     ///     Ok(" "), | ||||
|     ///     Ok("world"), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user