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.
2 parents 62a4548 + 31014fa commit f7a7b6aCopy full SHA for f7a7b6a
src/lib.rs
@@ -344,7 +344,7 @@ fn is_restricted_name_char(c: char) -> bool {
344
345
346
#[inline]
347
-fn fmt_params<T: Slice<Param>>(params: T, fmt: &mut fmt::Formatter) -> fmt::Result {
+fn fmt_params<T: AsSlice<Param>>(params: T, fmt: &mut fmt::Formatter) -> fmt::Result {
348
for param in params.as_slice().iter() {
349
try!(fmt_param(param, fmt));
350
}
0 commit comments