diff options
Diffstat (limited to 'tests/lean/misc-no_nested_borrows/lakefile.lean')
-rw-r--r-- | tests/lean/misc-no_nested_borrows/lakefile.lean | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/lean/misc-no_nested_borrows/lakefile.lean b/tests/lean/misc-no_nested_borrows/lakefile.lean deleted file mode 100644 index 58619110..00000000 --- a/tests/lean/misc-no_nested_borrows/lakefile.lean +++ /dev/null @@ -1,12 +0,0 @@ -import Lake -open Lake DSL - -require mathlib from git - "https://github.com/leanprover-community/mathlib4.git" - -package «no_nested_borrows» {} - -lean_lib «Base» {} - -@[default_target] -lean_lib «NoNestedBorrows» {} |