There was an error while loading. Please reload this page.
1 parent e15b211 commit 9489d70Copy full SHA for 9489d70
1 file changed
src/Parlot/Fluent/ParseResult.cs
@@ -1,6 +1,6 @@
1
namespace Parlot
2
{
3
- public ref struct ParseResult<T>
+ public struct ParseResult<T>
4
5
public ParseResult(int start, int end, T value)
6
0 commit comments