Return EOF_CHAR constant instead of magic char.
This commit is contained in:
@@ -33,7 +33,7 @@ impl<'a> Cursor<'a> {
|
||||
|
||||
#[cfg(not(debug_assertions))]
|
||||
{
|
||||
'\0'
|
||||
EOF_CHAR
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user