Skip to content

Commit 51629ac

Browse files
authored
Merge pull request #1010 from joshtriplett/typo
Fix typo: s/portibility/portability/
2 parents 25091bc + 705ecd3 commit 51629ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2022-04-20-libs-aspirations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ without it becoming hugely inconvenient for maintainers, contributors, or users:
124124
- Make it easier to port std to a new platform, possibly allowing the relevant code
125125
to live outside of the `rust-lang/rust` repository for less popular platforms.
126126
- A better way to allow only parts of `std` to be available, depending on the platform.
127-
For example, a `where Platform: Unix` bound, or something like a [`#[cfg]` portibility lint](https://rust-lang.github.io/rfcs/1868-portability-lint.html).
127+
For example, a `where Platform: Unix` bound, or something like a [`#[cfg]` portability lint](https://rust-lang.github.io/rfcs/1868-portability-lint.html).
128128
- A way to allow non-portable functionality to be available when on platforms
129129
that would support it, such as allowing infallible conversion between `u64` and
130130
`usize` in code that declares it only runs on 64-bit platforms.

0 commit comments

Comments
 (0)