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 f881537 commit a663837Copy full SHA for a663837
sdk/cosmos/cosmosclient/src/macros.rs
@@ -1,3 +1,6 @@
1
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
+// Licensed under the MIT License.
3
+
4
macro_rules! c_str {
5
($s:expr) => { const {
6
// This does a few funky things to make sure we can stay in a const context
0 commit comments