blob: bfde21c9ed3c953bf46af98ecf9f2cb6064d2aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//@ doc-flags:--merge=none
//@ doc-flags:--parts-out-dir=info/doc.parts/quebec
//@ doc-flags:--enable-index-page
//@ doc-flags:-Zunstable-options
//@ !has index.html
//@ has quebec/struct.Quebec.html
//@ !has search.index/name/*.js
// --merge=none doesn't write anything, despite --parts-out-dir
pub struct Quebec;
|