diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-08-19 15:30:23 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-08-19 17:41:28 +0200 |
| commit | 71120ef1e5cb885ee45e6148970db6ce93ce1aca (patch) | |
| tree | 9358c738c8943f0bc0b65303818237a801b8b0e1 /src/liballoc | |
| parent | a9fe312b98d5a6b194c4ad1a17dcf258ba9941ea (diff) | |
| download | rust-71120ef1e5cb885ee45e6148970db6ce93ce1aca.tar.gz rust-71120ef1e5cb885ee45e6148970db6ce93ce1aca.zip | |
Fix typos found by codespell.
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/raw_vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/raw_vec.rs b/src/liballoc/raw_vec.rs index 4f2686abf45..8b46637def0 100644 --- a/src/liballoc/raw_vec.rs +++ b/src/liballoc/raw_vec.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![unstable(feature = "raw_vec_internals", reason = "implemention detail", issue = "0")] +#![unstable(feature = "raw_vec_internals", reason = "implementation detail", issue = "0")] #![doc(hidden)] use core::cmp; |
