std, src, doc, test: remove unused variables
This commit is contained in:
@@ -128,6 +128,7 @@ test "nested orelse" {
|
||||
const x = maybe() orelse
|
||||
maybe() orelse
|
||||
return null;
|
||||
_ = x;
|
||||
unreachable;
|
||||
}
|
||||
const Foo = struct {
|
||||
|
||||
Reference in New Issue
Block a user