File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,6 @@ fn main() {
71
71
execute_main_without_stdin ( execute, true , USAGE )
72
72
}
73
73
74
- macro_rules! configure_shell {
75
- ( $config: expr, $options: expr) => (
76
- try!( $config. configure( $options. flag_verbose,
77
- $options. flag_quiet,
78
- & $options. flag_color,
79
- $options. flag_frozen,
80
- $options. flag_locked) ) ;
81
- )
82
- }
83
-
84
74
macro_rules! each_subcommand{
85
75
( $mac: ident) => {
86
76
$mac!( bench) ;
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ pub use self::imp::Sha256;
3
3
// Someone upstream will link to OpenSSL, so we don't need to explicitly
4
4
// link to it ourselves. Hence we pick up Sha256 digests from OpenSSL
5
5
#[ cfg( not( windows) ) ]
6
- // allow improper ctypes because size_t falls under that in old compilers
7
- #[ allow( bad_style, improper_ctypes) ]
8
6
mod imp {
9
7
extern crate openssl;
10
8
You can’t perform that action at this time.
0 commit comments