File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -833,8 +833,8 @@ mod tests {
833833 module_path : false ,
834834 target : false ,
835835 level : true ,
836- file : false ,
837- line_number : false ,
836+ source_file : true ,
837+ source_line_number : true ,
838838 kv_format : & default_kv_format,
839839 written_header_value : false ,
840840 indent : None ,
@@ -868,8 +868,8 @@ mod tests {
868868 module_path : true ,
869869 target : true ,
870870 level : true ,
871- file : false ,
872- line_number : false ,
871+ source_file : true ,
872+ source_line_number : true ,
873873 kv_format : & default_kv_format,
874874 written_header_value : false ,
875875 indent : None ,
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ impl Builder {
276276 self
277277 }
278278
279- /// Wheter or not to write the source path and line number
279+ /// Whether or not to write the source path and line number
280280 ///
281281 /// Equivalent to calling both `format_file` and `format_line_number`
282282 /// with `true`
You can’t perform that action at this time.
0 commit comments