grapevine/src/service/rooms
Charles Hall ac53948450
use more, qualify less
Doing this will allow `rustfmt` to collapse lines more efficiently.
Specifically, a lot of these lines fail to wrap to 80 columns without
these changes.
2024-05-16 19:09:10 -07:00
..
alias enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
auth_chain enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
directory enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
edus use more, qualify less 2024-05-16 19:09:10 -07:00
lazy_loading enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
metadata Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
outlier Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
pdu_metadata enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
search enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
short enable doc_markdown lint 2024-05-14 16:34:10 -07:00
state stop putting comments and code on the same line 2024-05-16 15:22:35 -07:00
state_accessor enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
state_cache enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
state_compressor enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
threads enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
timeline enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
user enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
alias.rs Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
auth_chain.rs enable as_conversions lint 2024-05-12 18:51:26 -07:00
directory.rs Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
edus.rs enable unreachable_pub lint 2024-05-12 18:51:26 -07:00
event_handler.rs stop putting comments and code on the same line 2024-05-16 15:22:35 -07:00
lazy_loading.rs remove pointless else branch 2024-05-15 16:43:52 -07:00
metadata.rs Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
outlier.rs Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
pdu_metadata.rs stop putting comments in the middle of call chains 2024-05-16 16:17:40 -07:00
search.rs Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
short.rs Remove useless wrapper Services 2024-05-14 20:21:51 -07:00
spaces.rs stop putting comments in the middle of call chains 2024-05-16 16:17:40 -07:00
state.rs stop putting comments and code on the same line 2024-05-16 15:22:35 -07:00
state_accessor.rs remove obvious comments 2024-05-15 16:43:52 -07:00
state_cache.rs stop putting comments and code on the same line 2024-05-16 15:22:35 -07:00
state_compressor.rs stop putting comments and code on the same line 2024-05-16 15:22:35 -07:00
threads.rs enable default_trait_access lint 2024-05-14 16:08:26 -07:00
timeline.rs stop putting comments and code on the same line 2024-05-16 15:22:35 -07:00
user.rs Remove useless wrapper Services 2024-05-14 20:21:51 -07:00