about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-25 18:02:23 +0000
committerbors <bors@rust-lang.org>2022-10-25 18:02:23 +0000
commita46ccba167086f0b562eb78403f7446b0fed5f65 (patch)
tree657acfd56be3293586f6d81d3e35ed543137b54c /compiler/rustc_data_structures/src
parentcfd99a2bbe83ae35ad0eb9d963ca97cf6c34471a (diff)
parent5a5a3e4ef4b4c450991459415c0c7a963ba2d278 (diff)
downloadrust-a46ccba167086f0b562eb78403f7446b0fed5f65.tar.gz
rust-a46ccba167086f0b562eb78403f7446b0fed5f65.zip
Auto merge of #2618 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/sso/set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/sso/set.rs b/compiler/rustc_data_structures/src/sso/set.rs
index 4fda3adb7b8..406f0270dcc 100644
--- a/compiler/rustc_data_structures/src/sso/set.rs
+++ b/compiler/rustc_data_structures/src/sso/set.rs
@@ -27,7 +27,7 @@ pub struct SsoHashSet<T> {
     map: SsoHashMap<T, ()>,
 }
 
-/// Adapter function used ot return
+/// Adapter function used to return
 /// result if SsoHashMap functions into
 /// result SsoHashSet should return.
 #[inline(always)]