Skip to content

Commit 1d4280c

Browse files
committed
docs: add a documentation for Url class
1 parent faf2668 commit 1d4280c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pub enum Error {
4747
ParseUrl(String),
4848
}
4949

50+
/// A parsed URL struct according to WHATWG URL specification.
5051
#[derive(Eq)]
5152
pub struct Url {
5253
url: *mut ffi::ada_url,

0 commit comments

Comments
 (0)