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 656133f commit 4845f1fCopy full SHA for 4845f1f
src/content/media_type_proposal.rs
@@ -57,7 +57,7 @@ impl MediaTypeProposal {
57
.remove_param("q")
58
.map(|param| param.as_str().parse())
59
.transpose()?;
60
- Ok(Self::new(media_type, weight)?)
+ Self::new(media_type, weight)
61
}
62
63
0 commit comments