about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/rustdoc/const-generics/const-evaluatable-checked.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/const-generics/const-evaluatable-checked.rs b/src/test/rustdoc/const-generics/const-evaluatable-checked.rs
index 2ba55559181..0952f94f268 100644
--- a/src/test/rustdoc/const-generics/const-evaluatable-checked.rs
+++ b/src/test/rustdoc/const-generics/const-evaluatable-checked.rs
@@ -2,4 +2,4 @@
 #![feature(const_evaluatable_checked, const_generics)]
 #![allow(incomplete_features)]
 // make sure that `ConstEvaluatable` predicates dont cause rustdoc to ICE #77647
-pub struct Ice<const N: usize> where [(); N + 1]:;
\ No newline at end of file
+pub struct Ice<const N: usize> where [(); N + 1]:;