Rename construction_slice.rs -> construction_view.rs

This commit is contained in:
Andreas Longva 2022-11-14 09:42:59 +01:00
parent 2ca4b3b02d
commit a68d9b5ded
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ mod cg;
mod componentwise; mod componentwise;
#[macro_use] #[macro_use]
mod construction; mod construction;
mod construction_slice; mod construction_view;
mod conversion; mod conversion;
mod edition; mod edition;
pub mod indexing; pub mod indexing;