Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding back access to filename for FileOrStdin
In a previous change I removed pub visibility for `Source` in case the internal implementation changes, but this removed access to the original filename (or "-" in the case of stdin). This diff adds `FileOrStdin::filename` to provide access to the original filename.
- Loading branch information