AppFlowy/shared-lib/lib-ot/src
gabrielztk 70f9a289a4
Resolve rust clippy warnings (#946)
* refactor: avoid using `collect()` when not needed
and cascade notation

* refactor:  The user might expect to be able
to use Default as the type can be
constructed without arguments.

* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait

* refactor: remove intermediary
variables and use cascade notation

* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait

* refactor: unneeded `return` statement

* refactor: ok_or_else avoids executing a
function when it's not needed

* refactor: dereferenced by the compiler

* refactor: user enumeration for index

* refactor: using `clone` on type `usize`
 which implements the `Copy` trait

* refactor: useless conversion to the
same type: `&str`

* refactor:  The user might expect to be able use Default
as type can be constructed without arguments

* refactor:  The user might expect to be able use Default
as type can be constructed without arguments

* fix: rust formating with fmt

* fix: conflict default implementation

Co-authored-by: appflowy <annie@appflowy.io>
2022-09-01 12:26:51 +08:00
..
codec chore: fix rust fmt 2022-08-03 09:00:26 +08:00
core Resolve rust clippy warnings (#946) 2022-09-01 12:26:51 +08:00
rich_text chore: update lib ot tests 2022-08-01 09:31:40 +08:00
errors.rs feat: introduce error to apply method 2022-08-22 19:42:43 +08:00
lib.rs chore: fix renmae crate error 2022-08-03 08:41:13 +08:00