Add optional clippy
diff --git a/src/generics.rs b/src/generics.rs
index 7e091e5..e7cc873 100644
--- a/src/generics.rs
+++ b/src/generics.rs
@@ -29,8 +29,8 @@
 }
 
 /// The AST represents all type param bounds as types.
-/// typeck::collect::compute_bounds matches these against
-/// the "special" built-in traits (see middle::lang_items) and
+/// `typeck::collect::compute_bounds` matches these against
+/// the "special" built-in traits (see `middle::lang_items`) and
 /// detects Copy, Send and Sync.
 #[derive(Debug, Clone, Eq, PartialEq)]
 pub enum TyParamBound {