Skip to content

Commit

Permalink
Remove unnecessary "ref" modifier on "ParseResult<>" (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
  • Loading branch information
atifaziz and sebastienros committed Jul 11, 2024
1 parent e15b211 commit 9489d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parlot/Fluent/ParseResult.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Parlot
{
public ref struct ParseResult<T>
public struct ParseResult<T>
{
public ParseResult(int start, int end, T value)
{
Expand Down

0 comments on commit 9489d70

Please sign in to comment.