mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 21:17:45 +00:00
Shut up Clippy about the code I didn't write
This commit is contained in:
parent
fadf811505
commit
6b240a804b
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
// SPDX-FileCopyrightText: 2020 Inseok Lee
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#![allow(clippy::arc_with_non_send_sync)]
|
||||
|
||||
use core::cell::RefCell;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
// SPDX-FileCopyrightText: 2020 Inseok Lee
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#![allow(clippy::bad_bit_mask)]
|
||||
|
||||
use core::cell::RefCell;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
|
|
Loading…
Add table
Reference in a new issue