1
Fork 0

rustdoc: several minor fixes

This commit is contained in:
mqy 2022-02-19 03:47:41 +08:00
parent b8c56fa8c3
commit 997492538b
4 changed files with 5 additions and 5 deletions

View file

@ -285,7 +285,7 @@ impl ParenthesizedArgs {
pub use crate::node_id::{NodeId, CRATE_NODE_ID, DUMMY_NODE_ID};
/// A modifier on a bound, e.g., `?Sized` or `~const Trait`.
/// A modifier on a bound, e.g., `?Trait` or `~const Trait`.
///
/// Negative bounds should also be handled here.
#[derive(Copy, Clone, PartialEq, Eq, Encodable, Decodable, Debug)]