pull/454/head
Wilfred Hughes 2022-12-15 09:27:13 +07:00
parent 75299f79fd
commit 583c55964b
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ struct TreeSitterParser {
extra_files: Vec<&'static str>, extra_files: Vec<&'static str>,
} }
/// Emit linking flags for this library, but specifcy `+whole-archive`. /// Emit linking flags for this library, but specify `+whole-archive`.
/// ///
/// This should be possible in the cc crate directly after /// This should be possible in the cc crate directly after
/// https://github.com/rust-lang/cc-rs/pull/671 /// https://github.com/rust-lang/cc-rs/pull/671