Skip to content
Snippets Groups Projects
Commit 0247601869ba authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

rust-filepatterns: fix type of warnings tuple to (bytes, bytes)

Otherwise warn() in match.py would fail if the warning contains non-ASCII
character.

We might want to add a thin ByteString wrapper around Vec<u8> to
implement ToPyObject<ObjectType = PyBytes>, but I'm not sure.
parent f78f305454fd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment