Skip to content

Commit

Permalink
Rename layers::service to layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 13, 2024
1 parent 8982a81 commit 11ebc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/fj-core/src/layers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//!
//! See [`Layers`].
mod layer;
mod objects;
mod service;
mod validation;

use crate::{
Expand All @@ -12,8 +12,8 @@ use crate::{
};

pub use self::{
layer::{Layer, State},
objects::{InsertObject, Operation},
service::{Layer, State},
validation::{Validation, ValidationCommand, ValidationEvent},
};

Expand Down

0 comments on commit 11ebc26

Please sign in to comment.