Skip to content
Snippets Groups Projects
Commit 72646f00 authored by pln's avatar pln
Browse files

added comment

parent 2195ffb8
Branches
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ mod u1 { ...@@ -75,7 +75,7 @@ mod u1 {
pub const fn new() -> Self { pub const fn new() -> Self {
State { State {
data: 11, 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) { pub fn user1(&mut self, sec: &Sec) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment