std, src, doc, test: remove unused variables
This commit is contained in:
@@ -39,6 +39,7 @@ test "test maybe object and get a pointer to the inner value" {
|
||||
test "rhs maybe unwrap return" {
|
||||
const x: ?bool = true;
|
||||
const y = x orelse return;
|
||||
_ = y;
|
||||
}
|
||||
|
||||
test "maybe return" {
|
||||
|
||||
Reference in New Issue
Block a user