Skip to content

Commit 8702bcc

Browse files
committed
status: Drop warning
Per the issue, having the API format be `v1alpha` is enough. Closes: #297 Signed-off-by: Colin Walters <[email protected]>
1 parent 70a6c76 commit 8702bcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/status.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ pub(crate) async fn status(opts: super::cli::StatusOpts) -> Result<()> {
299299
host
300300
};
301301

302-
crate::utils::warning("note: The format of this API is not yet stable");
303-
304302
// If we're in JSON mode, then convert the ostree data into Rust-native
305303
// structures that can be serialized.
306304
// Filter to just the serializable status structures.

0 commit comments

Comments
 (0)