fix fmt and clippy warnings

This commit is contained in:
appflowy
2022-01-24 17:35:58 +08:00
parent a9eec5baed
commit bba8f8ae01
277 changed files with 906 additions and 2690 deletions

0
frontend/rust-lib/lib-log/Cargo.toml Normal file → Executable file
View File

0
frontend/rust-lib/lib-log/src/layer.rs Normal file → Executable file
View File

7
frontend/rust-lib/lib-log/src/lib.rs Normal file → Executable file
View File

@ -84,13 +84,6 @@ impl Builder {
#[cfg(test)]
mod tests {
use super::*;
#[derive(Debug)]
struct Position {
x: f32,
y: f32,
}
// run cargo test --features="use_bunyan" or cargo test
#[test]
fn test_log() {