diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2021-12-05 08:30:26 +0100 |
---|---|---|
committer | Marc Poulhiès <dkm@kataplop.net> | 2021-12-05 08:30:26 +0100 |
commit | 95d399f88a49aea8f8b62fd3928b260ef2f0d2c7 (patch) | |
tree | 769a0f44e21b1a6dcea27507737dcaf705cf5fe6 | |
parent | 1a3060b72d37450755fcfefb441919dd9042a1a7 (diff) | |
download | compiler-explorer-gh-1330.tar.gz compiler-explorer-gh-1330.zip |
fixup! fixup! rust: HIR dump and small refactor with macro expansiongh-1330
-rw-r--r-- | lib/compilers/rust.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compilers/rust.js b/lib/compilers/rust.js index 5b5c76910..84d0b156c 100644 --- a/lib/compilers/rust.js +++ b/lib/compilers/rust.js @@ -24,7 +24,6 @@ import path from 'path'; -import fs from 'fs-extra'; import _ from 'underscore'; import { BaseCompiler } from '../base-compiler'; |