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 14023a0 commit e546bc2Copy full SHA for e546bc2
capnpc/src/codegen.rs
@@ -1891,19 +1891,7 @@ fn generate_node(gen: &GeneratorContext,
1891
output.push(formatted_text);
1892
}
1893
1894
- node::Annotation( annotation_reader ) => {
1895
- println!(" annotation node:");
1896
- if annotation_reader.get_targets_file() {
1897
- println!(" targets file");
1898
- }
1899
- if annotation_reader.get_targets_const() {
1900
- println!(" targets const");
1901
1902
- // ...
1903
- if annotation_reader.get_targets_annotation() {
1904
- println!(" targets annotation");
1905
1906
+ node::Annotation( _annotation_reader ) => (),
1907
1908
1909
Ok(Branch(output))
0 commit comments