This website works better with JavaScript.
Explore
Help
Sign In
yanguangshaonian
/
mongo-rust-driver
Watch
1
Star
0
Fork
You've already forked mongo-rust-driver
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Implement Sync for Uri
Browse Source
pull/27/head
Thijs Cadier
8 years ago
parent
de99a727d1
commit
1773d64404
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
src/client.rs
Unescape
Escape
View File
@ -403,3 +403,4 @@ impl Drop for Uri {
}
}
unsafe
impl
Send
for
Uri
{
}
unsafe
impl
Send
for
Uri
{
}
unsafe
impl
Sync
for
Uri
{
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
yanguangshaonian/mongo-rust-driver
Title
Body
Create Issue