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/flowy-error/src/errors.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/errors.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/backend.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/backend.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/collaborate.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/collaborate.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/database.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/database.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/mod.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/mod.rs
Normal file → Executable file
4
frontend/rust-lib/flowy-error/src/ext/ot.rs
Normal file → Executable file
4
frontend/rust-lib/flowy-error/src/ext/ot.rs
Normal file → Executable file
@ -1,5 +1,7 @@
|
||||
use crate::FlowyError;
|
||||
|
||||
impl std::convert::From<lib_ot::errors::OTError> for FlowyError {
|
||||
fn from(error: lib_ot::errors::OTError) -> Self { FlowyError::internal().context(error.msg) }
|
||||
fn from(error: lib_ot::errors::OTError) -> Self {
|
||||
FlowyError::internal().context(error.msg)
|
||||
}
|
||||
}
|
||||
|
0
frontend/rust-lib/flowy-error/src/ext/serde.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/ext/serde.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/lib.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/lib.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/mod.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/mod.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/model/errors.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/model/errors.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/model/mod.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/model/mod.rs
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/proto/errors.proto
Normal file → Executable file
0
frontend/rust-lib/flowy-error/src/protobuf/proto/errors.proto
Normal file → Executable file
Reference in New Issue
Block a user