Skip to content

Commit 2887930

Browse files
committed
Fix link
1 parent afb3bcf commit 2887930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ pub fn cancel_query<T>(params: T, ssl: &SslMode, data: CancelData)
402402

403403
/// An enumeration of transaction isolation levels.
404404
///
405-
/// See the (Postgres documentation)[http://www.postgresql.org/docs/9.4/static/transaction-iso.html]
405+
/// See the [Postgres documentation](http://www.postgresql.org/docs/9.4/static/transaction-iso.html)
406406
/// for full details on the semantics of each level.
407407
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
408408
pub enum IsolationLevel {

0 commit comments

Comments
 (0)