Skip to content

Commit d9e4ae5

Browse files
authored
minor: remove incorrect docstring (#99)
1 parent b5b0d6f commit d9e4ae5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/auth/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ pub enum AuthMechanism {
4141
/// The SCRAM-SHA-256 mechanism which extends [RFC 5802](http://tools.ietf.org/html/rfc5802) and is formally defined in [RFC 7677](https://tools.ietf.org/html/rfc7677).
4242
///
4343
/// See the [MongoDB documentation](https://docs.mongodb.com/manual/core/security-scram/) for more information.
44-
///
45-
/// Note: This mechanism is not currently supported by this driver but will be in the future.
4644
ScramSha256,
4745

4846
/// The MONGODB-X509 mechanism based on the usage of X.509 certificates to validate a client

0 commit comments

Comments
 (0)