mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 13:20:32 +01:00
Fix final clippy warnings
This commit is contained in:
@@ -93,6 +93,8 @@ where
|
||||
T: Read,
|
||||
{
|
||||
reader: BufReader<T>,
|
||||
// Clippy doesn't understand the use case of an Rc which is immediately released
|
||||
#[allow(clippy::rc_buffer)]
|
||||
buffer: Rc<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user