We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44d7fe3 + 418507e commit 7ff8ec6Copy full SHA for 7ff8ec6
src/de.rs
@@ -2432,7 +2432,7 @@ where
2432
/// location: String,
2433
/// }
2434
///
2435
-/// fn read_user_from_file<P: AsRef<Path>>(path: P) -> Result<User, Box<Error>> {
+/// fn read_user_from_file<P: AsRef<Path>>(path: P) -> Result<User, Box<dyn Error>> {
2436
/// // Open the file in read-only mode with buffer.
2437
/// let file = File::open(path)?;
2438
/// let reader = BufReader::new(file);
0 commit comments