]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/stable_map.rs
Rollup merge of #68233 - danielframpton:update-compiler-builtins, r=alexcrichton
[rust.git] / src / librustc_data_structures / stable_map.rs
index f69f28e14b2a1b3fcd2d6ceace3e812ff5fe9cc5..670452d0d8c5aeaf0ab37a6751697940975c0ab9 100644 (file)
@@ -46,7 +46,8 @@ impl<K, V> Eq for StableMap<K, V>
 where
     K: Eq + Hash,
     V: Eq,
-{}
+{
+}
 
 impl<K, V> StableMap<K, V>
 where