Remove empty comment

This commit is contained in:
Camelid 2020-08-31 16:35:00 -07:00
parent e13a70122d
commit cdd6f11012

View file

@ -1,7 +1,6 @@
#[doc(primitive = "bool")]
#[doc(alias = "true")]
#[doc(alias = "false")]
//
/// The boolean type.
///
/// The `bool` represents a value, which could only be either `true` or `false`. If you cast