We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cda70 commit ccced83Copy full SHA for ccced83
src/closure.rs
@@ -3,11 +3,6 @@
3
//! This module defines the `Closure` type which is used to pass "owned
4
//! closures" from Rust to JS. Some more details can be found on the `Closure`
5
//! type itself.
6
-<<<<<<< a37fa45100baddc36695cbf01110bcd9ab638065
7
-=======
8
-//!
9
-//! The `nightly` feature is required for the `Closure` type to be used.
10
->>>>>>> Tweak more `Closure` docs
11
12
use std::cell::UnsafeCell;
13
#[cfg(feature = "nightly")]
0 commit comments