We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7c4b1 commit e0e068dCopy full SHA for e0e068d
src/lib.rs
@@ -55,11 +55,7 @@ mod rustfluent {
55
"Error when parsing {file_path}."
56
)));
57
}
58
- Err(error) => {
59
- // The first element of the error is the parsed resource, minus any
60
- // invalid messages.
61
- error.0
62
- }
+ Err((resource, _errors)) => resource,
63
};
64
bundle.add_resource_overriding(resource);
65
0 commit comments