]> git.lizzy.rs Git - rust.git/commit - library/std/src/os/fd/owned.rs
Remove various double spaces in source comments.
authorAndré Vennberg <andre.vennberg@gmail.com>
Sat, 14 Jan 2023 15:33:11 +0000 (16:33 +0100)
committerAndré Vennberg <andre.vennberg@gmail.com>
Sat, 14 Jan 2023 16:22:04 +0000 (17:22 +0100)
commit0b35f448f8e9f39ed6fc1c494eeb331afba513bc
treec2669a980d1b6d0414ec2fc0c79600f0d1b090cf
parent44a500c8c187b245638684748f54bd6ec67e0b25
Remove various double spaces in source comments.
32 files changed:
library/alloc/src/alloc.rs
library/alloc/src/rc.rs
library/alloc/src/sync.rs
library/alloc/src/vec/into_iter.rs
library/alloc/src/vec/is_zero.rs
library/alloc/src/vec/mod.rs
library/alloc/tests/vec.rs
library/core/src/array/iter.rs
library/core/src/iter/range.rs
library/core/src/num/int_macros.rs
library/core/src/ptr/mod.rs
library/core/src/slice/iter.rs
library/core/src/slice/iter/macros.rs
library/core/src/slice/mod.rs
library/core/src/slice/sort.rs
library/core/tests/slice.rs
library/std/src/io/buffered/tests.rs
library/std/src/os/fd/owned.rs
library/std/src/panicking.rs
library/std/src/path.rs
library/std/src/sys/itron/thread.rs
library/std/src/sys/unix/fs.rs
library/std/src/sys/unix/kernel_copy.rs
library/std/src/sys/unix/process/process_fuchsia.rs
library/std/src/sys/unix/process/process_unix.rs
library/std/src/sys/unix/process/process_unix/tests.rs
library/std/src/sys/unix/process/process_vxworks.rs
library/std/src/sys/unix/thread.rs
library/std/src/sys/windows/os.rs
library/std/src/sys/windows/thread.rs
library/test/src/lib.rs
library/test/src/term/terminfo/searcher.rs