cloud-hypervisor/arch_gen
Rob Bradford deb3cbd501 arch_gen: Remove unused bootparam module
We use the version that's included in the linux-loader crate. This old
version was also generating build errors after updating to the new
clippy:

e.g.:

error: unsafe function's docs miss `# Safety` section
  --> arch_gen/src/x86/bootparam.rs:23:5
   |
23 | /     pub unsafe fn as_ptr(&self) -> *const T {
24 | |         ::std::mem::transmute(self)
25 | |     }
   | |_____^
   |
   = note: `-D clippy::missing-safety-doc` implied by `-D warnings`
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-12-20 00:52:03 +01:00
..
src arch_gen: Remove unused bootparam module 2019-12-20 00:52:03 +01:00
Cargo.lock build: Run unit tests on the Jenkins server 2019-07-16 17:09:05 +02:00
Cargo.toml cloud-hypervisor: Add the architecture crates 2019-05-07 18:40:40 +02:00