Skip to content

Commit

Permalink
clear comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jan 27, 2024
1 parent a5cbb38 commit 9a99861
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 15 deletions.
3 changes: 0 additions & 3 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
extern crate alloc;
extern crate core;

// #[cfg(any(not(target_os = "zkvm"), not(feature = "std")))]
// pub mod host;

pub mod builder;
pub mod consts;
pub mod input;
Expand Down
2 changes: 0 additions & 2 deletions primitives/src/access_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// #[cfg(not(feature = "std"))]
// use crate::no_std_preflight::*;

extern crate alloc;
extern crate core;
Expand Down
2 changes: 0 additions & 2 deletions primitives/src/ethers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// limitations under the License.

//! Convert from Ethers types.
// #[cfg(not(feature = "std"))]
// use crate::no_std_preflight::*;
extern crate alloc;
extern crate core;
Expand Down
2 changes: 0 additions & 2 deletions primitives/src/receipt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// #[cfg(not(feature = "std"))]
// use crate::no_std_preflight::*;

extern crate alloc;
extern crate core;
Expand Down
3 changes: 1 addition & 2 deletions primitives/src/revm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
// limitations under the License.

//! Convert to revm types.
// #[cfg(not(feature = "std"))]
// use crate::no_std_preflight::*;

extern crate alloc;
extern crate core;
Expand Down
2 changes: 0 additions & 2 deletions primitives/src/transactions/ethereum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// #[cfg(not(feature = "std"))]
// use crate::no_std_preflight::*;

extern crate alloc;
extern crate core;
Expand Down
2 changes: 0 additions & 2 deletions primitives/src/trie/mpt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// use crate::no_std_preflight::*;

extern crate alloc;
extern crate core;

Expand Down

0 comments on commit 9a99861

Please sign in to comment.