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 d58f24f commit 3a31e98Copy full SHA for 3a31e98
src/internal.rs
@@ -367,6 +367,10 @@ impl fmt::Debug for Slice<Path> {
367
/// - <https://github.com/CAD97/simple-interner/blob/24a836e9f8a0173faf48438d711442c2a86659c1/src/interner.rs#L26-L56>
368
/// - <https://github.com/artichoke/intaglio/pull/236#issuecomment-1651058752>
369
/// - <https://github.com/artichoke/intaglio/pull/236#issuecomment-1652003240>
370
+///
371
+/// This code is placed into the public domain by @CAD97:
372
373
+/// - <https://github.com/artichoke/intaglio/pull/236#issuecomment-1652393974>
374
mod boxed {
375
use core::fmt;
376
use core::marker::PhantomData;
0 commit comments