Skip to content

Commit

Permalink
arena_tree: remove unused allow(dead_code).
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 11, 2024
1 parent 09d3f91 commit a57a719
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/arena_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ make it a cell (`Cell` or `RefCell`) or use cells inside of it.
*/

#![allow(dead_code)]

use std::cell::Cell;
use std::fmt;

Expand Down

0 comments on commit a57a719

Please sign in to comment.