chore: comment marker fixes (#4406)

Upgrading to rust 1.70 will require these.
This commit is contained in:
Joonas Koivunen
2023-06-02 21:03:12 +03:00
committed by GitHub
parent 9787227c35
commit a55c663848
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
///! Various stuff for dealing with the Neon Console.
///! Later we might move some API wrappers here.
//! Various stuff for dealing with the Neon Console.
//! Later we might move some API wrappers here.
/// Payloads used in the console's APIs.
pub mod messages;

View File

@@ -1,4 +1,4 @@
///! A group of high-level tests for connection establishing logic and auth.
//! A group of high-level tests for connection establishing logic and auth.
use super::*;
use crate::{auth, sasl, scram};
use async_trait::async_trait;