mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 21:01:01 +00:00
use normal style for comments
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for factory dependencies.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for IR artifacts.
|
||||
//!
|
||||
//! The tests check if the IR artifacts are kept in the final output.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for libraries.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for messages.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for the optimizer.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for remappings.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for runtime code.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
//!
|
||||
//! The Solidity compiler unit tests for unsupported opcodes.
|
||||
//!
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user