Skip to content

Commit 270b82a

Browse files
fixup! Natspect memory-safe annotation deprecation warning
1 parent 25435eb commit 270b82a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libsolidity/analysis/DocStringTagParser.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ bool DocStringTagParser::visit(InlineAssembly const& _assembly)
214214
m_errorReporter.warning(
215215
2424_error,
216216
_assembly.location(),
217-
"Natspec 'memory-safe-assembly' special comment for inline assembly is deprecated and scheduled for removal in the next breaking version (0.9)."
217+
"Natspec 'memory-safe-assembly' special comment for inline assembly is deprecated and scheduled for removal in the next breaking version (0.9). "
218+
"Instead, specify the assembly block annotation."
218219
);
219220
}
220221
else

0 commit comments

Comments
 (0)