servo/components/devtools/actors
Ashwin Naren ea5cf75169
clippy: Fix various clippy warnings throughout the code (#33003)
* replace u64::max_value() with u64::MAX

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* removed redundant import

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* Fixed dereference

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* Fixed a probable bug

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* fixed imports

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* fixed dereference

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* dereference formatting

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* removed unnessicary number imports

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* removed unnessicary number imports

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* removed excess borrow

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* ran mach fmt

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* fixed doc comment

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* removed deref on an immutable reference

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* fixed minor syntax error

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* reverted clamping

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* formatting

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

* reverted final clamp

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Co-authored-by: Ashwin Naren <ashwin@pixelators.org>
2024-08-13 05:16:47 +00:00
..
inspector clippy: Fix various clippy warnings throughout the code (#33003) 2024-08-13 05:16:47 +00:00
watcher DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
browsing_context.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
console.rs DevTools: Display console messages and errors (#32727) 2024-07-09 18:27:47 +00:00
device.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
framerate.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
inspector.rs DevTools: Allow modification of attributes (#32888) 2024-08-05 10:24:01 +00:00
memory.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
network_event.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
object.rs DevTools: Display console messages and errors (#32727) 2024-07-09 18:27:47 +00:00
performance.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
preference.rs Devtools device description: improve how Servo is advertised in Firefox's about:debugging (fixes #27528) (#32227) 2024-05-08 04:12:18 +00:00
process.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
reflow.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
root.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
stylesheets.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
tab.rs clippy: Fix various clippy warnings throughout the code (#33003) 2024-08-13 05:16:47 +00:00
thread.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
timeline.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
watcher.rs clippy: Fix various clippy warnings throughout the code (#33003) 2024-08-13 05:16:47 +00:00
worker.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00