diff options
Diffstat (limited to 'src/entities/environment.rs')
-rw-r--r-- | src/entities/environment.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/environment.rs b/src/entities/environment.rs index 042873ec5a12..8f8a56706287 100644 --- a/src/entities/environment.rs +++ b/src/entities/environment.rs @@ -21,7 +21,7 @@ impl Wall { impl display::DrawWithNeighbors for Wall { fn do_draw_with_neighbors<'a, 'b>( &'a self, - out: &'b mut Write, + out: &'b mut dyn Write, neighbors: &'a Neighbors<Vec<&'a Box<dyn Entity>>>, ) -> io::Result<()> { let neighbor_styles: Neighbors<Option<BoxStyle>> = |