Skip to content

Commit 09883ee

Browse files
authored
fix(rengine): drop unused
Fixes #1615.
1 parent fa5615c commit 09883ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust-engine/src/backends.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ pub fn apply_backend<B: Backend + 'static>(backend: B, mut items: Vec<Item>) ->
104104
.collect()
105105
}
106106

107-
#[allow(unused)]
108107
mod prelude {
109108
//! Small "bring-into-scope" set used by backend modules.
110109
//!

0 commit comments

Comments
 (0)