Skip to content

Commit faa0106

Browse files
authored
fix(sidekick): bad comments on nosvc libraries (#3065)
The libraries without services have a different `lib.rs.mustache` template, and I neglected to update their comments when we declared GA.
1 parent 78b8825 commit faa0106

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

internal/sidekick/rust/templates/nosvc/src/lib.rs.mustache

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ limitations under the License.
2020

2121
//! Google Cloud Client Libraries for Rust - {{{Title}}}
2222
//!
23-
//! **WARNING:** this crate is under active development. We expect multiple
24-
//! breaking changes in the upcoming releases. Testing is also incomplete, we do
25-
//! **not** recommend that you use this crate in production. We welcome feedback
26-
//! about the APIs, documentation, missing features, bugs, etc.
23+
{{^Codec.ReleaseLevelIsGA}}
24+
//!
25+
//! **FEEDBACK WANTED:** We believe the APIs in this crate are stable, and
26+
//! do not anticipate any breaking changes are needed. We are looking for
27+
//! feedback before labeling the APIs "1.0". Changes (even breaking changes)
28+
//! are still possible, but not expected.
29+
//!
30+
//! We also believe the implementation is ready for production, bugs are
31+
//! still possible, but not expected.
32+
{{/Codec.ReleaseLevelIsGA}}
2733
//!
2834
//! This crate defines types and functions used by one or more Google Cloud
2935
//! services. Most applications will use the structs defined in the [model]

0 commit comments

Comments
 (0)