summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-python_sites_mach.txt
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2025-09-27 10:16:09 +0200
committerMikael Urankar <mikael@FreeBSD.org>2025-10-03 10:16:49 +0200
commit02e680f0a104c662e9eedd8d53df1ba037a7c37b (patch)
treec1672eba88f52ef9cfdc36a0eb50ec3b3f766acb /www/firefox/files/patch-python_sites_mach.txt
parentx11/salut: Mark as broken and set expiration date (diff)
x11/clipcat: fix build with rust 1.90.0
error: unnecessary parentheses around closure body --> crates/server/src/snippets/mod.rs:42:33 | 42 | .map(|file| (async move { (tokio::fs::read(&file).await.ok(), file) })), | ^ ^ | = note: requested on the command line with `-D unused-parens` help: remove these parentheses | 42 - .map(|file| (async move { (tokio::fs::read(&file).await.ok(), file) })), 42 + .map(|file| async move { (tokio::fs::read(&file).await.ok(), file) }), PR: 289709 Approved by: portmgr (build fix blanket)
Diffstat (limited to 'www/firefox/files/patch-python_sites_mach.txt')
0 files changed, 0 insertions, 0 deletions