cli: Typo fix (#932)

This commit is contained in:
Luke Mahan 2021-10-25 19:28:04 -04:00 committed by GitHub
parent d10413fc70
commit 2f05903c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ fn _build_cwd(
std::process::exit(exit.status.code().unwrap_or(1));
}
// Always assume idl is located ar src/lib.rs.
// Always assume idl is located at src/lib.rs.
if let Some(idl) = extract_idl("src/lib.rs")? {
// JSON out path.
let out = match idl_out {