File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- possible stability impact :
2- - libfdo-data/fdo_data.h
3- - libfdo-data/libfdo-data-go.doc
1+ " possible stability impact " :
2+ - changed-files :
3+ - any-glob-to-any-file : " libfdo-data/fdo_data.h"
4+ - any-glob-to-any-file : " libfdo-data/libfdo-data-go.doc"
Original file line number Diff line number Diff line change 66ot
77marshalling
88te
9+ blacklist
10+ msdos
11+ ro
Original file line number Diff line number Diff line change 7979 with :
8080 toolchain : stable
8181 components : clippy
82- - run : cargo clippy -- -D warnings -D clippy::panic -D clippy::todo
82+ - run : cargo clippy -- -D clippy::panic -D clippy::todo
8383
8484 build_and_test :
8585 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pub fn settings_per_device(guid: &str) -> Result<ServiceInfoSettings> {
7070
7171 let path_per_device_store = match settings. device_specific_store_driver {
7272 StoreConfig :: Directory { mut path } => {
73- let file_name = format ! ( "{}.yml" , guid ) ;
73+ let file_name = format ! ( "{guid }.yml" ) ;
7474 path. push ( file_name) ;
7575 path. to_string_lossy ( ) . into_owned ( )
7676 }
You can’t perform that action at this time.
0 commit comments