mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -47,7 +47,10 @@ pub const XPATH_CORPUS_NODE_COUNT: u32 = 3;
|
|||
/// `(filename, bytes)` pair the harness emitter folds into its
|
||||
/// [`crate::dynamic::lang::HarnessSource::extra_files`].
|
||||
pub fn extra_file_pair() -> (String, String) {
|
||||
(XPATH_CORPUS_FILENAME.to_owned(), XPATH_CORPUS_XML.to_owned())
|
||||
(
|
||||
XPATH_CORPUS_FILENAME.to_owned(),
|
||||
XPATH_CORPUS_XML.to_owned(),
|
||||
)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue