Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03a6495

Browse files
committed
Pub crates types are used
1 parent51221bc commit03a6495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/lib.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Postgres support for the `r2d2` connection pool.
22
#![doc(html_root_url="https://sfackler.github.io/r2d2-postgres/doc/v0.10.1")]
33
#![warn(missing_docs)]
4-
externcrate r2d2;
5-
externcrate postgres;
4+
pubexterncrate r2d2;
5+
pubexterncrate postgres;
66

77
use std::error;
88
use std::error::Erroras _StdError;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp