Michael Howell

Results 72 issues of Michael Howell

### Location https://doc.rust-lang.org/std/collections/hash_map/struct.Keys.html#method.rev ### Summary Found in [this topic] on URLO. It shows the method `Iterator::rev` on the page for `hash_map::Keys`. This is misleading, because you can't actually call that...

T-rustdoc
A-docs

The exact amount that this reduces the size of an implementors file depends on whether most of the impls are synthetic or not. For `Send`, it reduces the file from...

T-rustdoc
S-waiting-on-review

This silences a very noisy deprecation warning from rustc: warning: trailing semicolon in macro used in expression position --> src/webcore/macros.rs:179:141 | 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* );...

As mentioned in https://github.com/rust-ammonia/ammonia/pull/134, the HTML parser will strip exactly one leading newline off of any `` tag. The HTML5 serializer does nothing to mitigate this. This means Ammonia isn't...

https://github.com/notriddle/ammonia/issues/57#issuecomment-332423056 Just to be clear: * The UrlRelative setting is just for resolving URLs. It is not an all-encompassing filter; it does nothing to absolute URLs. * Some people want...

If you put this in your GitHub repo's README.md file: ```html Please read the contributing document. ``` It'll end up translating it to this: ```html Please read the contributing document....

We really should do some form of exhaustive testing. - [ ] Testing to make sure that ammonia doesn't crash. That should be pretty easy, though, since the most complex...

https://github.com/rust-lang/rust/pull/98864 has a broken render because of a <details> tag in a commit message. The fix is to escape `&` characters.