Skip to content

Commit 5ab49dc

Browse files
i now know
1 parent d15ec73 commit 5ab49dc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Helpers/Compiler/CompilerRequiredAttributes.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// this gives us the `required` keyword for fields
22
// if you remove this, the code wont compile
3-
// i still have no clue why is this a thing
43

54
// ReSharper disable once CheckNamespace
65
namespace System.Runtime.CompilerServices

Helpers/Compiler/IsExternalInit.cs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// this gives us the `init` keyword for properties
22
// if you remove this, the code wont compile
3-
// i still have no clue why is this a thing
43

54
// ReSharper disable once CheckNamespace
65
namespace System.Runtime.CompilerServices

0 commit comments

Comments
 (0)