diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/channel/repo.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/channel/repo.rs b/src/channel/repo.rs index 1cd1c80..27d35f0 100644 --- a/src/channel/repo.rs +++ b/src/channel/repo.rs @@ -176,7 +176,9 @@ impl<'c> Channels<'c> { // afterwards, or looking at channels via the API, cannot retrieve the // "deleted" channel's information by ignoring the deletion event. // - // This also avoids the need for a separate name reservation table to ensure that live channels have unique names, since the `channel` table's name field is unique over non-null values. + // This also avoids the need for a separate name reservation table to ensure + // that live channels have unique names, since the `channel` table's name field + // is unique over non-null values. sqlx::query_scalar!( r#" update channel |
