File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,6 @@ impl CodeExtractor {
352352 let end_line = node. end_position ( ) . row + 1 ;
353353 let original_indentation = node. start_position ( ) . column ;
354354
355-
356355 let chunk_type = match capture_name {
357356 "function" => ChunkType :: Function ,
358357 "method" => ChunkType :: Method ,
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ struct Cli {
2323 #[ arg( long, default_value_t = 3 ) ]
2424 stages : usize ,
2525
26-
2726 /// Glob patterns for files to include
2827 #[ arg( long) ]
2928 include : Option < Vec < String > > ,
@@ -96,7 +95,6 @@ fn main() -> anyhow::Result<()> {
9695 options. exclude_patterns = exclude_patterns;
9796 }
9897
99-
10098 // Show loading screen during startup
10199 let loading_screen = match LoadingScreen :: new ( ) {
102100 Ok ( screen) => Some ( screen) ,
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ pub struct Config {
9090 assert ! ( matches!( chunks[ 0 ] . chunk_type, ChunkType :: Struct ) ) ;
9191}
9292
93-
9493#[ test]
9594fn test_gitignore_respected ( ) {
9695 let temp_dir = TempDir :: new ( ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments