diff --git a/src/de.rs b/src/de.rs index 4f406bd7c..4abe7ef1f 100644 --- a/src/de.rs +++ b/src/de.rs @@ -2432,7 +2432,7 @@ where /// location: String, /// } /// -/// fn read_user_from_file>(path: P) -> Result> { +/// fn read_user_from_file>(path: P) -> Result> { /// // Open the file in read-only mode with buffer. /// let file = File::open(path)?; /// let reader = BufReader::new(file);