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 Send for Uri
Browse Source
pull/27/head
Thijs Cadier
8 years ago
parent
ba12c5bc66
commit
de99a727d1
1 changed files
with
2 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
2
src/client.rs
Unescape
Escape
View File
@ -401,3 +401,5 @@ impl Drop for Uri {
}
}
}
}
}
}
unsafe
impl
Send
for
Uri
{
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
yanguangshaonian/mongo-rust-driver
Title
Body
Create Issue