index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
indoc
/
tests
/
ui
/
printdoc-no-display.rs
blob: 22c3ebc0e245c78581aab4fe7fafbaa0221ca630 (
plain
)
1
2
3
4
5
6
7
use
indoc
::
printdoc
;
struct
NoDisplay
;
fn
main
()
{
printdoc
!
(
"{}"
,
NoDisplay
);
}