Destroyed _Footer (markdown)

Will Holen
2022-04-04 15:15:47 -07:00
parent ae023e2174
commit 8bf0b48b72

@@ -1,10 +0,0 @@
This check is also problematic with namerefs in bash.
For ex:
function fn() {
local -n result="$1"
result="some result"
}
results in a warning that results in unused, when in fact the result is propagated outside of the function..