Home
last modified time | relevance | path

Searched refs:has_username_or_password (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/url/src/
Dlib.rs2000 let has_username_or_password = self.byte_at(self.host_start - 1) == b'@'; in set_password() localVariable
2001 debug_assert!(has_username_or_password); in set_password()