mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix fmt and clippy warnings
This commit is contained in:
0
frontend/rust-lib/lib-log/Cargo.toml
Normal file → Executable file
0
frontend/rust-lib/lib-log/Cargo.toml
Normal file → Executable file
0
frontend/rust-lib/lib-log/src/layer.rs
Normal file → Executable file
0
frontend/rust-lib/lib-log/src/layer.rs
Normal file → Executable file
7
frontend/rust-lib/lib-log/src/lib.rs
Normal file → Executable file
7
frontend/rust-lib/lib-log/src/lib.rs
Normal file → Executable 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() {
|
||||
|
Reference in New Issue
Block a user