mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 05:42:03 +03:00
cargo fmt
latest rust changed the formatting options, so reformat to avoid the CI being unhappy.
This commit is contained in:
parent
8c858ae6ce
commit
fd3c062daf
@ -1,5 +1,8 @@
|
||||
// clippy hates bitflags
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl, clippy::redundant_field_names))]
|
||||
#![cfg_attr(
|
||||
feature = "cargo-clippy",
|
||||
allow(clippy::suspicious_arithmetic_impl, clippy::redundant_field_names)
|
||||
)]
|
||||
|
||||
use super::VisibleRowIndex;
|
||||
#[cfg(feature = "use_serde")]
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![cfg(all(unix, feature="wayland", not(target_os = "macos")))]
|
||||
#![cfg(all(unix, feature = "wayland", not(target_os = "macos")))]
|
||||
|
||||
pub mod connection;
|
||||
pub mod window;
|
||||
|
Loading…
Reference in New Issue
Block a user