diff options
| author | InKryption <59504965+InKryption@users.noreply.github.com> | 2022-07-24 11:01:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 12:01:56 +0300 |
| commit | 7cbd586ace46a8e8cebab660ebca3cfc049305d9 (patch) | |
| tree | 10514a09063847aaed2a8dcc9b0f2196f0cc3ef4 /src/Cache.zig | |
| parent | 0b4a3ec9501b31e7b31e81b83e5974e6c6d72757 (diff) | |
| download | zig-7cbd586ace46a8e8cebab660ebca3cfc049305d9.tar.gz zig-7cbd586ace46a8e8cebab660ebca3cfc049305d9.zip | |
std.fmt: require specifier for unwrapping ?T and E!T.
Co-authored-by: Veikka Tuominen <git@vexu.eu>
Diffstat (limited to 'src/Cache.zig')
| -rw-r--r-- | src/Cache.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.zig b/src/Cache.zig index 0d4b51492d..829d903e5a 100644 --- a/src/Cache.zig +++ b/src/Cache.zig @@ -747,7 +747,7 @@ pub const Manifest = struct { file.stat.inode, file.stat.mtime, &encoded_digest, - file.path, + file.path.?, }); } |
