Skip to content

Commit 9f788f3

Browse files
committed
Fix rustdoc const generics test
1 parent f0e6cd9 commit 9f788f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/rustdoc/const-generics/const-impl.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#![crate_name = "foo"]
66

7+
#[derive(PartialEq, Eq)]
78
pub enum Order {
89
Sorted,
910
Unsorted,

0 commit comments

Comments
 (0)