Noah Lev

Results 119 comments of Noah Lev

Was this the right place to edit the styles? It's all in one line, which made me think it might not be, but I don't see any other place.

So where should I change it if not here? Should I add a new CSS file that overrides this style?

@rylev Yeah, I'm not sure where to change the style. It would be nice to see this through :)

It seems we're not supposed to modify `skeleton.css` directly—see https://github.com/rust-lang/blog.rust-lang.org/pull/683#issuecomment-689624894.

> It doesn't seem like your questions from that PR regarding where to put new CSS were ever answered, but do you know where new style changes should go? Yeah,...

Somehow I feel like it'd be better to structure the configuration as something like: ``` [doc] scrape-examples-targets = ["lib", "test"] ``` rather than putting `doc-scrape-examples` in each target section. Just...

Yeah, unfortunately my internet ends up being 4 MB/s download speed, so bisecting can take a while :/ I use `--preserve`, so that helps, but then I use up a...

I think @Xanewok was going to work on this: https://github.com/rust-lang/rust/pull/70563#issuecomment-654477372

I would really like for the proc macro version of `include_str!` (and probably `include_bytes!` as well, for consistency) to return a Span for the included string. See rust-lang/rust#92565.