Skip to content

Commit ccced83

Browse files
committed
Fixup merge mistake
1 parent a7cda70 commit ccced83

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/closure.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
//! This module defines the `Closure` type which is used to pass "owned
44
//! closures" from Rust to JS. Some more details can be found on the `Closure`
55
//! type itself.
6-
<<<<<<< a37fa45100baddc36695cbf01110bcd9ab638065
7-
=======
8-
//!
9-
//! The `nightly` feature is required for the `Closure` type to be used.
10-
>>>>>>> Tweak more `Closure` docs
116
127
use std::cell::UnsafeCell;
138
#[cfg(feature = "nightly")]

0 commit comments

Comments
 (0)