We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2403b6 commit bc4c92dCopy full SHA for bc4c92d
1 file changed
examples/repeat.rs
@@ -21,7 +21,6 @@ impl Participant for Repeat {
21
}
22
23
24
-unsafe impl Sync for Repeat {} // FIXME: figure out how to avoid
25
26
fn main() {
27
static r: Repeat = Repeat { state: None };
0 commit comments