commit | 762bd07e94e4b70a30a1ec6c28395dec6b4cf6ff | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Wed Sep 06 14:14:27 2023 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Sep 06 14:14:27 2023 +0100 |
tree | 8dd5bc2c672e6fc5aae0192951b2c199d74558fe | |
parent | 9e8577db210490b2964cffa2032039d1a091d3da [diff] |
Remove inline attribute Test: builds Change-Id: Ie2d30b5bc4b7f4d930661e95af8710f9bf2244a7
diff --git a/vm/src/main.rs b/vm/src/main.rs index e133b8b..0af9791 100644 --- a/vm/src/main.rs +++ b/vm/src/main.rs
@@ -129,7 +129,6 @@ } #[cfg(not(vendor_modules))] - #[inline(always)] fn vendor(&self) -> Option<PathBuf> { None }