Skip to content

Commit

Permalink
Removed IDisposable from ILexer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Mar 29, 2024
1 parent 932de39 commit db42a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Pasper/Parsing/ILexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Pasper.Parsing;
/// Represents a lexer for a serialization format.
/// </summary>
public interface ILexer
: IDisposable
{
/// <summary>
/// Gets the token at the previous position of the lexer.
Expand Down

0 comments on commit db42a08

Please sign in to comment.