From e70507ca403c9475a92b3c1b8230fad08c9c7ab2 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Sun, 8 Sep 2024 08:04:19 -0700 Subject: tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366) This change fixes all rustdoc errors and also adds a tidy check for a very common rustdoc URL issue. Eventually rustdoc warnings should likely cause the build to fail, but this catches those issues sooner in order to not waste so much developer time. Signed-off-by: Martin Robinson --- components/webgpu/poll_thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/webgpu/poll_thread.rs') diff --git a/components/webgpu/poll_thread.rs b/components/webgpu/poll_thread.rs index 060b5171ffb..b4b93de6912 100644 --- a/components/webgpu/poll_thread.rs +++ b/components/webgpu/poll_thread.rs @@ -42,7 +42,7 @@ pub(crate) struct Poller { handle: Option>, /// Lock for device maintain calls (in poll_all_devices and queue_submit) /// - /// This is workaround for wgpu deadlocks: https://github.com/gfx-rs/wgpu/issues/5572 + /// This is workaround for wgpu deadlocks: lock: Arc>, } -- cgit v1.2.3