File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
azure_security_keyvault_certificates/src
azure_security_keyvault_keys/src
azure_security_keyvault_secrets/src
storage/azure_storage_blob/src
typespec/typespec_macros/src Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT License.
3
3
4
4
#![ doc = include_str ! ( "../README.md" ) ]
5
+ #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
5
6
6
7
pub mod clients;
7
8
#[ allow( unused_imports) ]
Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT License.
3
3
4
4
#![ doc = include_str ! ( "../README.md" ) ]
5
+ #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
5
6
6
7
#[ expect( deprecated, reason = "requires emitter update" ) ]
7
8
mod generated;
Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT License.
3
3
4
4
#![ doc = include_str ! ( "../README.md" ) ]
5
+ #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
5
6
6
7
#[ expect( deprecated, reason = "requires emitter update" ) ]
7
8
mod generated;
Original file line number Diff line number Diff line change 6
6
#![ doc = include_str ! ( "../README.md" ) ]
7
7
#![ allow( dead_code) ]
8
8
#![ allow( unused_imports) ]
9
+ #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
9
10
10
11
pub mod clients;
11
12
#[ expect( deprecated, reason = "requires emitter update" ) ]
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
3
4
+ #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
5
+
4
6
use syn:: { parse_macro_input, DeriveInput } ;
5
7
6
8
extern crate proc_macro;
You can’t perform that action at this time.
0 commit comments