Lines Matching full:github
3 //! [![github]](https://github.com/dtolnay/syn) [![crates-io]](https://crates.io/crates/syn)&e…
5 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
102 //! [`heapsize`]: https://github.com/dtolnay/syn/tree/master/examples/heapsize
165 //! [`lazy-static`]: https://github.com/dtolnay/syn/tree/master/examples/lazy-static
204 //! [`trybuild`]: https://github.com/dtolnay/trybuild
214 //! [`cargo expand`]: https://github.com/dtolnay/cargo-expand
224 //! [debugging]: https://quodlibetor.github.io/posts/debugging-rusts-new-custom-derive-system/
279 clippy::let_underscore_untyped, // https://github.com/rust-lang/rust-clippy/issues/10410
285 …clippy::match_wildcard_for_single_variants, // clippy bug: https://github.com/rust-lang/rust-clipp…
305 clippy::unconditional_recursion, // https://github.com/rust-lang/rust-clippy/issues/12133
443 #[doc(hidden)] // https://github.com/dtolnay/syn/issues/1566
555 #[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/6176