aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/wasm_shims.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_db/src/wasm_shims.rs')
-rw-r--r--crates/ra_ide_db/src/wasm_shims.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_db/src/wasm_shims.rs b/crates/ra_ide_db/src/wasm_shims.rs
index 088cc9be4..7af9f9d9b 100644
--- a/crates/ra_ide_db/src/wasm_shims.rs
+++ b/crates/ra_ide_db/src/wasm_shims.rs
@@ -1,4 +1,4 @@
1//! FIXME: write short doc here 1//! A version of `std::time::Instant` that doesn't panic in WASM.
2 2
3#[cfg(not(feature = "wasm"))] 3#[cfg(not(feature = "wasm"))]
4pub use std::time::Instant; 4pub use std::time::Instant;