We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0053b commit e74d151Copy full SHA for e74d151
src/generics/bounds/testcase_empty.md
@@ -57,7 +57,7 @@ fn main() {
57
<!--
58
[`std::cmp::Eq`][eq], [`std::marker::Copy`][copy], and [`trait`s][traits]
59
-->
60
-[`std::cmp::Eq`][eq], [`std::cmp::Ord`s][ord], [トレイト][traits]
+[`std::cmp::Eq`][eq], [`std::marker::Copy`][copy], [トレイト][traits]
61
62
[eq]: https://doc.rust-lang.org/std/cmp/trait.Eq.html
63
[copy]: https://doc.rust-lang.org/std/marker/trait.Copy.html
0 commit comments