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 62a4548 commit 31014faCopy full SHA for 31014fa
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