]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_typeck/src/impl_wf_check.rs
fix most compiler/ doctests
[rust.git] / compiler / rustc_typeck / src / impl_wf_check.rs
index 16049089151c40f44d9239f22c5d8d5c74a13f91..8b376e26dee9759417939c737c77737a5468a368 100644 (file)
@@ -187,7 +187,7 @@ fn enforce_impl_params_are_constrained(
 
     // (*) This is a horrible concession to reality. I think it'd be
     // better to just ban unconstrained lifetimes outright, but in
-    // practice people do non-hygenic macros like:
+    // practice people do non-hygienic macros like:
     //
     // ```
     // macro_rules! __impl_slice_eq1 {