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
this PR updates the way mods are imported in src/device/mod to
avoid a bug in cargo fmt that struggles with cfg_attr(path)
(see: rust-lang/rustfmt#2407).
once that bug was avoided, that allowed us to run cargo fmt.
this PR includes those formatting updates and adds a cargo
fmt check to CI.
0 commit comments