Skip to content

Commit 5609516

Browse files
committed
correct point about not inlining, as inlining from source is safe
1 parent e97bedb commit 5609516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/tutorials/binary-compatibility-for-library-authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Techniques you can use to avoid breaking binary compatibility:
155155

156156
* Annotate public method's return type explicitly
157157
* Mark methods as package private when you want to remove a method or modify its signature
158-
* Don't use inlining (for libraries)
158+
* Don't turn on inlining for methods from dependencies
159159

160160
For brevity of this guide, detailed explanation and runnable code examples can be found in [Binary Compatibility Code Examples & Explanation](https://github.com/jatcwang/binary-compatibility-guide).
161161

0 commit comments

Comments
 (0)