File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ #  SPDX-License-Identifier: GPL-2.0
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ modules.order
102102#  We don't want to ignore the following even if they are dot-files
103103# 
104104! .clang-format 
105+ ! .clippy.toml 
105106! .cocciconfig 
106107! .editorconfig 
107108! .get_maintainer.ignore 
Original file line number Diff line number Diff line change @@ -19978,6 +19978,7 @@ B:	https://github.com/Rust-for-Linux/linux/issues
1997819978C:	zulip://rust-for-linux.zulipchat.com
1997919979P:	https://rust-for-linux.com/contributing
1998019980T:	git https://github.com/Rust-for-Linux/linux.git rust-next
19981+ F:	.clippy.toml
1998119982F:	Documentation/rust/
1998219983F:	rust/
1998319984F:	samples/rust/
Original file line number Diff line number Diff line change @@ -594,6 +594,9 @@ endif
594594#  Allows the usage of unstable features in stable compilers.
595595export  RUSTC_BOOTSTRAP  := 1
596596
597+ #  Allows finding `.clippy.toml` in out-of-srctree builds.
598+ export  CLIPPY_CONF_DIR  := $(srctree ) 
599+ 
597600export  ARCH  SRCARCH  CONFIG_SHELL  BASH  HOSTCC  KBUILD_HOSTCFLAGS  CROSS_COMPILE  LD  CC  HOSTPKG_CONFIG 
598601export  RUSTC  RUSTDOC  RUSTFMT  RUSTC_OR_CLIPPY_QUIET  RUSTC_OR_CLIPPY  BINDGEN 
599602export  HOSTRUSTC  KBUILD_HOSTRUSTFLAGS 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments