Skip to content

Commit cdd9661

Browse files
committed
style: fix doc comment line wrapping for rustfmt
1 parent e1b6a37 commit cdd9661

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

rust/src/alert/context.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ impl AlertContext {
144144

145145
/// Enable a price alert.
146146
///
147-
/// Requires the [`AlertItem`] from [`list`](Self::list) so that all required
148-
/// fields (`indicator_id`, `frequency`, `scope`, `state`, `value_map`) are
149-
/// available without an extra round-trip.
147+
/// Requires the [`AlertItem`] from [`list`](Self::list) so that all
148+
/// required fields (`indicator_id`, `frequency`, `scope`, `state`,
149+
/// `value_map`) are available without an extra round-trip.
150150
///
151151
/// Path: `POST /v1/notify/reminders`
152152
pub async fn enable(&self, item: &AlertItem) -> Result<serde_json::Value> {
@@ -155,9 +155,9 @@ impl AlertContext {
155155

156156
/// Disable a price alert.
157157
///
158-
/// Requires the [`AlertItem`] from [`list`](Self::list) so that all required
159-
/// fields (`indicator_id`, `frequency`, `scope`, `state`, `value_map`) are
160-
/// available without an extra round-trip.
158+
/// Requires the [`AlertItem`] from [`list`](Self::list) so that all
159+
/// required fields (`indicator_id`, `frequency`, `scope`, `state`,
160+
/// `value_map`) are available without an extra round-trip.
161161
///
162162
/// Path: `POST /v1/notify/reminders`
163163
pub async fn disable(&self, item: &AlertItem) -> Result<serde_json::Value> {

0 commit comments

Comments
 (0)