You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete sqlite support (this has been a burden to maintain for something that we urge no one to use, isn't a default feature for a long time, and is a blocker to async database)
Rename crate name from conduit to conduwuit
rustfmt.toml changes (huge diffs):
Use imports_layout = "HorizontalVertical" or imports_layout = "Vertical"
Change max_width to 100 from 120
Revert/Delete fn_params_layout = "Compressed" to the default
Misc:
Use clippy.toml disallowed-methods for tokio::spawn for our own runtime Handle
Use clippy.toml disallowed-macros to disallow log::{trace,debug,info,warn,error} and tracing::{trace,debug,info,warn,error} for our own logging macro wrappers
conduwuit-example.toml max-width to 100
The text was updated successfully, but these errors were encountered:
(maybe) Breaking stuff:
conduit
toconduwuit
rustfmt.toml changes (huge diffs):
imports_layout = "HorizontalVertical"
orimports_layout = "Vertical"
max_width
to 100 from 120fn_params_layout = "Compressed"
to the defaultMisc:
disallowed-methods
fortokio::spawn
for our own runtime Handledisallowed-macros
to disallowlog::{trace,debug,info,warn,error}
andtracing::{trace,debug,info,warn,error}
for our own logging macro wrappersThe text was updated successfully, but these errors were encountered: