diff --git a/src/main.rs b/src/main.rs
index 6f692c70a49c071655c59835348433535b607b19..c91514d97808f0e7f36270690a97633ef97eba20 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -75,7 +75,7 @@ mod u1 {
         pub const fn new() -> Self {
             State {
                 data: 11,
-                s: &unsafe { Sec::new(1) },
+                s: &unsafe { Sec::new(1) }, // this would not even be possible
             }
         }
         pub fn user1(&mut self, sec: &Sec) {