]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_ty/src/primitive.rs
More cleanups / module docs
[rust.git] / crates / hir_ty / src / primitive.rs
index 2449addfb75ef25834ce71e69c99b1fb7984bfee..d7f48c69a56ef2198e0a7cbe608b419fbece1f9e 100644 (file)
@@ -1,7 +1,4 @@
-//! Defines primitive types, which have a couple of peculiarities:
-//!
-//! * during type inference, they can be uncertain (ie, `let x = 92;`)
-//! * they don't belong to any particular crate.
+//! A few helper functions for dealing with primitives.
 
 pub use chalk_ir::{FloatTy, IntTy, UintTy};
 pub use hir_def::builtin_type::{BuiltinFloat, BuiltinInt, BuiltinUint};