diff options
| author | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2024-04-23 20:19:11 +0200 |
|---|---|---|
| committer | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2024-04-23 20:47:02 +0200 |
| commit | 5aa779fb647a0cb3efb02a6b715fb2647b9c0f25 (patch) | |
| tree | 3df1b6ac13addf71ff0554e755c5aee28c0c2d1b /library/std/src/os | |
| parent | e0ac250909bebe6ecb4067f514d931f06e682848 (diff) | |
increase the readability by using the unique name for the hermit-abi
Take up suggestion from the discussions within rust-lang/rust#115984 to increase readability.
Diffstat (limited to 'library/std/src/os')
| -rw-r--r-- | library/std/src/os/hermit/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/hermit/mod.rs b/library/std/src/os/hermit/mod.rs index 89b1b831912..02a4b2c3ab5 100644 --- a/library/std/src/os/hermit/mod.rs +++ b/library/std/src/os/hermit/mod.rs @@ -2,7 +2,7 @@ #[allow(unused_extern_crates)] #[stable(feature = "rust1", since = "1.0.0")] -pub extern crate hermit_abi as abi; +pub extern crate hermit_abi; pub mod ffi; pub mod io; |
