diff options
| author | Varun Gandhi <git@cutcul.us> | 2025-08-17 17:44:06 +0800 |
|---|---|---|
| committer | Varun Gandhi <git@cutcul.us> | 2025-08-17 17:44:06 +0800 |
| commit | be9cd3cc0a71c5516567d5944b39936f6038db7d (patch) | |
| tree | a8ef35543ef3da240ecd986fe8dc4dd0cf0428bf /library/std/src/io/error.rs | |
| parent | 99ba5565678a51c2488322a5e75d5b59e323b498 (diff) | |
| download | rust-be9cd3cc0a71c5516567d5944b39936f6038db7d.tar.gz rust-be9cd3cc0a71c5516567d5944b39936f6038db7d.zip | |
stdlib: Replace typedef -> type alias in doc comment
Diffstat (limited to 'library/std/src/io/error.rs')
| -rw-r--r-- | library/std/src/io/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index 562fdbf4ff7..dcfa189823f 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -18,7 +18,7 @@ use crate::{error, fmt, result, sys}; /// This type is broadly used across [`std::io`] for any operation which may /// produce an error. /// -/// This typedef is generally used to avoid writing out [`io::Error`] directly and +/// This type alias is generally used to avoid writing out [`io::Error`] directly and /// is otherwise a direct mapping to [`Result`]. /// /// While usual Rust style is to import types directly, aliases of [`Result`] |
