Annmarie Switzer
|
601831b2c5
add examples to set_path
|
4 years ago |
lishuo
|
a4af4a70eb
fix typo. skip data tests for idna if feature not enabled. opt out unicode_serialziation for Origin if idna not enabled
|
4 years ago |
lishuo
|
fc7dfa597f
modify per comment, add a note in document for idna feature
|
4 years ago |
Dirk Stolle
|
004af2fe49
fix some typos
|
5 years ago |
Bram Bonné
|
0707a58b91
Bump minor version number
|
5 years ago |
Sebastian Dröge
|
d51cec4803
Add Url::make_relative() as the inverse of Url::join()
|
5 years ago |
Valentin Gosu
|
46d22ded94
Merge pull request #699 from djc/debug-cannot-be-a-base
|
5 years ago |
Dirkjan Ochtman
|
1ad022d85f
Add cannot_be_a_base field to Url's Debug representation (fixes #693)
|
5 years ago |
Dirkjan Ochtman
|
ce37627f6d
url: more regressed clippy suppressions
|
5 years ago |
Dirkjan Ochtman
|
d39870e927
Reinstate suspicious_operation_groupings suppression
|
5 years ago |
Valentin Gosu
|
6fd1e87de6
Fix clippy lints
|
5 years ago |
Dmitry Tantsur
|
fc54ffd9f7
url: deprecate into_string for Into<String> (fixes #685)
|
5 years ago |
Manish Goregaokar
|
5d0ee3a88d
Add tests to url package; update to 2.2.1
|
5 years ago |
Dirkjan Ochtman
|
06b790ac98
Fix clippy warnings
|
5 years ago |
Sebastian Dröge
|
eb7330b529
Fix various clippy warnings
|
5 years ago |
Sebastian Dröge
|
224ac40ec3
Ignore clippy::result-unit-err lint as it would require API changes
|
5 years ago |
Johann150
|
f62b0d9c77
fix also for host_str and domain
|
5 years ago |
Johann150
|
0ed8efdff0
resynchronize docs
|
5 years ago |
Valentin
|
e563faba2d
Change debug order
|
5 years ago |
Valentin
|
b9ee40d348
Include username and password in Url's Debug implementation
|
5 years ago |
Valentin Gosu
|
98a9c07a94
Merge pull request #647 from nkconnor/patch-1
|
5 years ago |
Dirkjan Ochtman
|
6be81d664d
url: remove unused import
|
5 years ago |
Valentin Gosu
|
6865d52fe4
Merge pull request #648 from 3scale-rs/use-display-in-serde-invalid-value
|
5 years ago |
Dirkjan Ochtman
|
9aac190f3b
Fix out of bounds slicing in Url::username()
|
5 years ago |
Matt Brubeck
|
540ede02d0
Silence clippy warnings
|
5 years ago |
Kosta Welke
|
c0558dcf43
mention feature serde in docs
|
5 years ago |
Alejandro Martinez Ruiz
|
5910144a36
url: use Display rather than Error's description in deserialize
|
5 years ago |
Nicholas Connor
|
59b52603da
Use suggested language for serde hint
|
5 years ago |
Nicholas Connor
|
a858e176f6
Add serde feature hint
|
5 years ago |
Dirkjan Ochtman
|
7861920ed8
url: fix warnings from doc tests
|
6 years ago |