diff options
author | Son Ho | 2024-06-17 07:25:17 +0200 |
---|---|---|
committer | Son Ho | 2024-06-17 07:25:17 +0200 |
commit | cf7cd476b32cd562ca90950e4b3c29c9fc42028a (patch) | |
tree | 2824d173b0a88e1dc4d9f4ca8eea9ba34fca16cb /tests/lean/NoNestedBorrows.lean | |
parent | 48b425b3b190f1d40f60ccb4cb1fdf5521753fb9 (diff) |
Regenerate the tests
Diffstat (limited to '')
-rw-r--r-- | tests/lean/NoNestedBorrows.lean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lean/NoNestedBorrows.lean b/tests/lean/NoNestedBorrows.lean index f0438050..090ca2b2 100644 --- a/tests/lean/NoNestedBorrows.lean +++ b/tests/lean/NoNestedBorrows.lean @@ -2,6 +2,9 @@ -- [no_nested_borrows] import Base open Primitives +set_option linter.dupNamespace false +set_option linter.hashCommand false +set_option linter.unusedVariables false namespace no_nested_borrows |