tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

lib.rs (255B)


      1 // /!\ Please do not modify this file.
      2 //
      3 // Ignore warnings as if this was a vendored crate.
      4 #![allow(warnings)]
      5 // Ignore a warning due to windows-rs's lib.rs being imported as a submodule.
      6 #![allow(invalid_doc_attributes)]
      7 
      8 mozbuild::windows_rs_lib!{}