From 9c28024a331f95e868defa5a6e9fe79f515d5e4b Mon Sep 17 00:00:00 2001 From: Sean Klein Date: Thu, 12 Oct 2023 11:52:44 -0700 Subject: [PATCH] rustdocs --- oximeter/db/src/model.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oximeter/db/src/model.rs b/oximeter/db/src/model.rs index d722eda429..1314c5c649 100644 --- a/oximeter/db/src/model.rs +++ b/oximeter/db/src/model.rs @@ -39,9 +39,8 @@ use uuid::Uuid; /// /// See: [crate::Client::initialize_db_with_version] for usage. /// -/// TODO(https://github.com/oxidecomputer/omicron/issues/4271): The current -/// implementation of versioning will wipe the metrics database if this number -/// is incremented. +/// TODO(#4271): The current implementation of versioning will wipe the metrics +/// database if this number is incremented. pub const OXIMETER_VERSION: u64 = 1; // Wrapper type to represent a boolean in the database.