mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
exec clippy-driver ${CLIPPYFLAGS} $@
|