Skip to content

Commit

Permalink
Sort imports from PR 1237
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 28, 2025
1 parent d33c1b5 commit 29122f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2573,8 +2573,8 @@ where
/// use serde::Deserialize;
///
/// use std::error::Error;
/// use std::net::{TcpListener, TcpStream};
/// use std::io::BufReader;
/// use std::net::{TcpListener, TcpStream};
///
/// #[derive(Deserialize, Debug)]
/// struct User {
Expand Down

0 comments on commit 29122f9

Please sign in to comment.