File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -557,6 +557,8 @@ fn bst_read_command(
557557 let & cite = globals. hash . get ( cite_loc) . extra ( ) ;
558558 let mut parent =
559559 cite * globals. other . num_fields ( ) + globals. other . pre_defined_fields ( ) ;
560+
561+ #[ allow( clippy:: explicit_counter_loop) ]
560562 for idx in ( field_start + globals. other . pre_defined_fields ( ) )
561563 ..( field_start + globals. other . num_fields ( ) )
562564 {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ mod v2cli {
3838}
3939
4040#[ derive( Debug , Parser ) ]
41- #[ command( name = "Tectonic" , about = "Process a (La)TeX document" ) ]
41+ #[ command( name = "Tectonic" , version , about = "Process a (La)TeX document" ) ]
4242struct CliOptions {
4343 /// Use experimental V2 interface (see `tectonic -X --help`)
4444 #[ arg( short = 'X' ) ]
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ mod commands;
3131#[ derive( Debug , Parser ) ]
3232#[ command(
3333 name = "tectonic -X" ,
34+ version,
3435 about = "Process (La)TeX documents" ,
3536 no_binary_name( true )
3637) ]
You can’t perform that action at this time.
0 commit comments