Skip to content

Commit dba203c

Browse files
committed
Remove references to Lemur
1 parent 31e2399 commit dba203c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.luacheckrc

-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ stds.roblox = {
8888
"split"
8989
}
9090
},
91-
92-
"__LEMUR__",
9391
}
9492
}
9593

tests/src/tests/math.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export = () => {
111111
});
112112
});
113113

114-
// unfortunately, these are the only types and operators that lemur supports
115114
describe("should support macro math", () => {
116115
it("should add UDim values", () => {
117116
const a = new UDim(1, 10);

0 commit comments

Comments
 (0)