mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
rusticl: drop collapsible_else_if annotation now that it's allowed globally
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
parent
2202c2d62a
commit
96a48ee8db
1 changed files with 0 additions and 1 deletions
|
|
@ -462,7 +462,6 @@ impl Context {
|
|||
let src = svm.svm_ptrs.find_alloc(src_addr);
|
||||
let dst = svm.svm_ptrs.find_alloc(dst_addr);
|
||||
|
||||
#[allow(clippy::collapsible_else_if)]
|
||||
if let Some((src_base, src_alloc)) = src {
|
||||
let src_res = src_alloc.alloc.get_res_for_access(ctx, RWFlags::RD)?;
|
||||
let src_offset = src_addr - src_base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue