A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/GitoxideLabs/gitoxide/commit/b7c1f2c25c7485095022fec290492aa4b7c5c5a2 below:

Fixed no_locations options for diffing · GitoxideLabs/gitoxide@b7c1f2c · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -67,7 +67,7 @@ impl Options {

67 67

impl Options {

68 68

/// Do not keep track of filepaths at all, which will leave all `location` fields empty.

69 69

pub fn no_locations(&mut self) -> &mut Self {

70 -

self.location = Some(Location::FileName);

70 +

self.location = None;

71 71

self

72 72

}

73 73

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4