Skip to content

Commit 008a91c

Browse files
authored
Fix clippy lints (#401)
1 parent fa6f5eb commit 008a91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/from_bytes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ pub trait EncodingSupport {
2424
///
2525
/// * `css_bytes`: A byte string.
2626
/// * `protocol_encoding`: The encoding label, if any, defined by HTTP or equivalent protocol.
27-
/// (e.g. via the `charset` parameter of the `Content-Type` header.)
27+
/// (e.g. via the `charset` parameter of the `Content-Type` header.)
2828
/// * `environment_encoding`: An optional `Encoding` object for the [environment encoding]
29-
/// (https://drafts.csswg.org/css-syntax/#environment-encoding), if any.
29+
/// (https://drafts.csswg.org/css-syntax/#environment-encoding), if any.
3030
///
3131
/// Returns the encoding to use.
3232
pub fn stylesheet_encoding<E>(

0 commit comments

Comments
 (0)