Skip to content

Commit 1305c97

Browse files
committed
Rename var_args to va_args
1 parent d81ef34 commit 1305c97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libcc2rs/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pub use iterators::*;
2525
mod compat;
2626
pub use compat::*;
2727

28-
mod var_args;
29-
pub use var_args::*;
28+
mod va_args;
29+
pub use va_args::*;

0 commit comments

Comments
 (0)