Plume/plume-models/src
Igor Galić 732f514da7 Refactor with the help of Clippy (#462)
We add clippy as our build — also rectifying the missing `plume-cli` build!

In the next step we follow clippy's advise and fix some of the "simple" mistakes in our code, such as style or map usage.

Finally, we refactor some hard bits that need extraction of new types, or refactoring of function call-types, especially those that thread thru macros, and, of course functions with ~15 parameters should probably be rethought.
2019-03-19 14:37:56 +01:00
..
search Refactor with the help of Clippy (#462) 2019-03-19 14:37:56 +01:00
admin.rs Add unit tests for main model parts (#310) 2018-11-24 12:44:17 +01:00
api_tokens.rs Refactor with the help of Clippy (#462) 2019-03-19 14:37:56 +01:00
apps.rs Avoid panics (#392) 2018-12-29 09:36:07 +01:00
blog_authors.rs Avoid panics (#392) 2018-12-29 09:36:07 +01:00
blogs.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
comment_seers.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
comments.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
db_conn.rs Avoid panics (#392) 2018-12-29 09:36:07 +01:00
follows.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
headers.rs Add unit tests for main model parts (#310) 2018-11-24 12:44:17 +01:00
instance.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
lib.rs Refactor with the help of Clippy (#462) 2019-03-19 14:37:56 +01:00
likes.rs Avoid panics (#392) 2018-12-29 09:36:07 +01:00
medias.rs Refactor with the help of Clippy (#462) 2019-03-19 14:37:56 +01:00
mentions.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
notifications.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
post_authors.rs Avoid panics (#392) 2018-12-29 09:36:07 +01:00
posts.rs Refactor with the help of Clippy (#462) 2019-03-19 14:37:56 +01:00
reshares.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
safe_string.rs Refactor with the help of Clippy (#462) 2019-03-19 14:37:56 +01:00
schema.rs Add markdown support for summary (#482) 2019-03-17 20:11:29 +01:00
tags.rs Remove some unused #[derive] (#473) 2019-03-12 19:40:54 +01:00
users.rs Refactor with the help of Clippy (#462) 2019-03-19 14:37:56 +01:00