Skip to content

Commit

Permalink
chore: rename transparency_value.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackssrt committed Dec 4, 2024
1 parent f28cae4 commit 87e121a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wm/src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ mod display_state;
pub mod events;
mod length_value;
mod memo;
mod opacity_value;
pub mod platform;
mod point;
mod rect;
mod rect_delta;
mod tiling_direction;
mod transparency_value;
mod try_warn;
mod vec_deque_ext;

Expand All @@ -19,9 +19,9 @@ pub use direction::*;
pub use display_state::*;
pub use length_value::*;
pub use memo::*;
pub use opacity_value::*;
pub use point::*;
pub use rect::*;
pub use rect_delta::*;
pub use tiling_direction::*;
pub use transparency_value::*;
pub use vec_deque_ext::*;
File renamed without changes.

0 comments on commit 87e121a

Please sign in to comment.