repo: make ripgrep build with the new organization

This commit is contained in:
Andrew Gallant
2020-02-17 18:28:09 -05:00
parent fdd8510fdd
commit 0874aa115c
8 changed files with 41 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ use clap::Shell;
use app::{RGArg, RGArgKind};
#[allow(dead_code)]
#[path = "src/app.rs"]
#[path = "crates/core/app.rs"]
mod app;
fn main() {