Auto merge of #12000 - Takashiidobe:fix-some-typos, r=llogiq
Fixing some other typos *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: none
This commit is contained in:
commit
2ddcfb8531
@ -42,7 +42,7 @@
|
|||||||
#[clippy::version = "1.71.0"]
|
#[clippy::version = "1.71.0"]
|
||||||
pub DEFAULT_CONSTRUCTED_UNIT_STRUCTS,
|
pub DEFAULT_CONSTRUCTED_UNIT_STRUCTS,
|
||||||
complexity,
|
complexity,
|
||||||
"unit structs can be contructed without calling `default`"
|
"unit structs can be constructed without calling `default`"
|
||||||
}
|
}
|
||||||
declare_lint_pass!(DefaultConstructedUnitStructs => [DEFAULT_CONSTRUCTED_UNIT_STRUCTS]);
|
declare_lint_pass!(DefaultConstructedUnitStructs => [DEFAULT_CONSTRUCTED_UNIT_STRUCTS]);
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ fn try_resolve_type<'tcx>(
|
|||||||
|
|
||||||
/// This function tries to, for all generic type parameters in a supertrait predicate `trait ...<U>:
|
/// This function tries to, for all generic type parameters in a supertrait predicate `trait ...<U>:
|
||||||
/// GenericTrait<U>`, check if the substituted type in the implied-by bound matches with what's
|
/// GenericTrait<U>`, check if the substituted type in the implied-by bound matches with what's
|
||||||
/// subtituted in the implied bound.
|
/// substituted in the implied bound.
|
||||||
///
|
///
|
||||||
/// Consider this example.
|
/// Consider this example.
|
||||||
/// ```rust,ignore
|
/// ```rust,ignore
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
///
|
///
|
||||||
/// ### Why is this bad?
|
/// ### Why is this bad?
|
||||||
/// `.append(true)` already enables `write(true)`, making this one
|
/// `.append(true)` already enables `write(true)`, making this one
|
||||||
/// superflous.
|
/// superfluous.
|
||||||
///
|
///
|
||||||
/// ### Example
|
/// ### Example
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
Loading…
Reference in New Issue
Block a user