In /usr/bin/rust-lldb line 13:
lldb=lldb-10
     ^-----^ SC2100: Use $((..)) for arithmetics, e.g. i=$((i - 2))

For more information:
  https://www.shellcheck.net/wiki/SC2100 -- Use $((..)) for arithmetics, e.g....