Skip to content

Commit f675514

Browse files
authored
Merge pull request #849 from charlespierce/move_modules
Move modules to their conventional locations
2 parents 15601a0 + 82f3451 commit f675514

File tree

16 files changed

+0
-2
lines changed

16 files changed

+0
-2
lines changed

crates/volta-core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pub mod manifest;
1212
pub mod monitor;
1313
pub mod platform;
1414
pub mod project;
15-
#[path = "run_package_global/mod.rs"]
1615
pub mod run;
1716
pub mod session;
1817
pub mod shim;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

crates/volta-core/src/tool/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use log::{debug, info};
99

1010
pub mod node;
1111
pub mod npm;
12-
#[path = "package_global/mod.rs"]
1312
pub mod package;
1413
mod registry;
1514
mod serial;

0 commit comments

Comments
 (0)