zeta: Promote line comment to doc comment (#24476)
This PR promotes a line comment for the `tos_accepted` field to a doc comment. Release Notes: - N/A
This commit is contained in:
parent
7148092e12
commit
9e5bc81f1c
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ pub struct Zeta {
|
|||
data_collection_choice: Entity<DataCollectionChoice>,
|
||||
llm_token: LlmApiToken,
|
||||
_llm_token_subscription: Subscription,
|
||||
tos_accepted: bool, // Terms of service accepted
|
||||
/// Whether the terms of service have been accepted.
|
||||
tos_accepted: bool,
|
||||
_user_store_subscription: Subscription,
|
||||
license_detection_watchers: HashMap<WorktreeId, Rc<LicenseDetectionWatcher>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue